home *** CD-ROM | disk | FTP | other *** search
- global Resimler, Resim
-
- on beginSprite
- Resimler = baFileList(the moviePath & "Electronica\Resimler\", "*.jpg")
- Resim = 1
- sprite(8).visible = 0
- sprite(9).visible = 1
- importFileInto(member("Resim"), the moviePath & "Electronica\Resimler\" & Resimler[Resim])
- member(1, "Resim").name = "Resim"
- end
-
- on exitFrame me
- go(the frame)
- end
-